home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / groupwise.kcfg < prev    next >
Extensible Markup Language  |  2008-08-28  |  3KB  |  86 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <kcfgfile name="groupwiserc" />
  7.   
  8.   <group name="General" >
  9.     <entry key="Host" type="String" >
  10.       <label>Server name</label>
  11.     </entry>
  12.     <entry key="Port" type="UInt" >
  13.       <label>Port</label>
  14.       <default>7191</default>
  15.     </entry>
  16.     <entry key="User" type="String" >
  17.       <label>User name</label>
  18.     </entry>
  19.     <entry key="Path" type="String" >
  20.       <label>Path to SOAP interface</label>
  21.       <default>/soap</default>
  22.     </entry>
  23.     <entry key="Password" type="String" >
  24.       <label>User password</label>
  25.     </entry>
  26.  
  27.     <entry key="Email" type="String">
  28.       <label>Email Address</label>
  29.     </entry>
  30.     <entry key="FullName" type="String">
  31.       <label>Full Name of User</label>
  32.     </entry>
  33.     <entry key="CreateEmailAccount" type="Bool">
  34.       <label>Create email account</label>
  35.       <default>false</default>
  36.     </entry>
  37.  
  38.     <entry key="SavePassword" type="Bool" >
  39.       <label>Save Password</label>
  40.       <default>true</default>
  41.     </entry>
  42.     <entry key="UseHttps" type="Bool" >
  43.       <label>Use HTTPS</label>
  44.       <default>true</default>
  45.     </entry>
  46.     <entry key="LogFile" type="String" >
  47.       <label>Log File</label>
  48.     </entry>
  49.   </group>
  50.   
  51.   <group name="Resources" >
  52.     <entry key="KcalResource" type="String" >
  53.       <label>Id of KCal resource</label>
  54.     </entry>
  55.     <entry key="KabcResource" type="String" >
  56.       <label>Id of KABC resource</label>
  57.     </entry>
  58.     <entry key="KMailAccountId" type="Int">
  59.       <label>Id of KMail account for receiving mail</label>
  60.       <default>-1</default>
  61.     </entry>
  62.     <entry key="KMailTransportId" type="Int">
  63.       <label>Id of KMail transport for sending mail</label>
  64.       <default>-1</default>
  65.     </entry>
  66.   </group>
  67.  
  68.   <group name="Constants">
  69.     <entry name="EnableFreeBusy">
  70.       <default>true</default>
  71.     </entry>
  72.   </group>
  73.  
  74.   <propagation source="groupwiserc/Constants/EnableFreeBusy"
  75.                target="korganizerrc/FreeBusy/FreeBusyRetrieveAuto" />
  76.  
  77.   <propagation source="groupwiserc/General/User"
  78.                target="korganizerrc/FreeBusy/FreeBusyRetrieveUser" />
  79.   <propagation source="groupwiserc/General/Password"
  80.                target="korganizerrc/FreeBusy/FreeBusyRetrievePassword"
  81.                hidevalue="true" />
  82.   <propagation source="groupwiserc/General/SavePassword"
  83.                target="korganizerrc/FreeBusy/FreeBusyRetrieveSavePassword" />
  84.  
  85. </kcfg>
  86.